#nfh {
    text-align: center;
    font-family: monospace;
    color: red;
}
#nfhs {
    text-align: center;
    font-family: monospace;
    color: antiquewhite;
}
#nfhsy {
    text-align: center;
    font-family: monospace;
    color: antiquewhite;
}
#head {
    margin: 2.5%;
}
body {
    background-color: purple;
}
#b1 {
    margin: 5%;
    border: 1%;
    border-color: antiquewhite;
    border-style: dashed;
}
#s1h {
    text-align: center;
    font-family: monospace;
    color: antiquewhite;
}
#s1p1 {
    text-align: center;
    font-family: monospace;
    color: antiquewhite;
}
#b2 {
    margin: 5%;
    border: 2%;
    border-style: solid;
    border-color: antiquewhite;
}
html {
    max-width: 1200px;
    align-self: center;
    margin: auto;
}